net/http.http2FrameHeader.Length (field)
22 uses
net/http (current package)
h2_bundle.go#L1570: Length uint32
h2_bundle.go#L1613: fmt.Fprintf(buf, " len=%d", h.Length)
h2_bundle.go#L1647: Length: (uint32(buf[0])<<16 | uint32(buf[1])<<8 | uint32(buf[2])),
h2_bundle.go#L1913: if fh.Length > fr.maxReadSize {
h2_bundle.go#L1916: payload := fr.getReadBuf(fh.Length)
h2_bundle.go#L2128: if fh.Flags.Has(http2FlagSettingsAck) && fh.Length > 0 {
h2_bundle.go#L5394: if !sc.inflow.take(f.Length) {
h2_bundle.go#L5397: sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
h2_bundle.go#L5667: if !sc.inflow.take(f.Length) {
h2_bundle.go#L5670: sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
h2_bundle.go#L5684: if !sc.inflow.take(f.Length) {
h2_bundle.go#L5687: sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
h2_bundle.go#L5695: if f.Length > 0 {
h2_bundle.go#L5697: if !http2takeInflows(&sc.inflow, &st.inflow, f.Length) {
h2_bundle.go#L5708: sc.sendWindowUpdate(nil, int(f.Length)-wrote)
h2_bundle.go#L5721: pad := int32(f.Length) - int32(len(data))
h2_bundle.go#L9883: if f.Length > 0 {
h2_bundle.go#L9885: ok := cc.inflow.take(f.Length)
h2_bundle.go#L9886: connAdd := cc.inflow.add(int(f.Length))
h2_bundle.go#L9916: if f.Length > 0 {
h2_bundle.go#L9927: if !http2takeInflows(&cc.inflow, &cs.inflow, f.Length) {
h2_bundle.go#L9934: if pad := int(f.Length) - len(data); pad > 0 {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |